home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / bin / Remove_sclib2 (.txt) < prev    next >
Text File  |  1994-06-22  |  134b  |  10 lines

  1. #!/bin/csh -f
  2.  
  3. /bin/rm -f /usr/lib/libshowcase3d_s 
  4.  
  5. echo "Removal complete.  Press enter to exit this window."
  6.  
  7. set ans=($<)
  8.  
  9. exit 0
  10.